﻿2026-08-25T14:29:29.1836996Z ##[group]Run actions/checkout@v5
2026-08-25T14:29:29.1837249Z with:
2026-08-25T14:29:29.1837470Z   repository: SaberMage/spt-shell-notify
2026-08-25T14:29:29.1837715Z   path: .adapter-notify
2026-08-25T14:29:29.1839628Z   token: ***
2026-08-25T14:29:29.1839818Z   ssh-strict: true
2026-08-25T14:29:29.1840003Z   ssh-user: git
2026-08-25T14:29:29.1840196Z   persist-credentials: true
2026-08-25T14:29:29.1840397Z   clean: true
2026-08-25T14:29:29.1840592Z   sparse-checkout-cone-mode: true
2026-08-25T14:29:29.1840821Z   fetch-depth: 1
2026-08-25T14:29:29.1841008Z   fetch-tags: false
2026-08-25T14:29:29.1841188Z   show-progress: true
2026-08-25T14:29:29.1841379Z   lfs: false
2026-08-25T14:29:29.1841550Z   submodules: false
2026-08-25T14:29:29.1841737Z   set-safe-directory: true
2026-08-25T14:29:29.1841962Z   allow-unsafe-pr-checkout: false
2026-08-25T14:29:29.1842176Z env:
2026-08-25T14:29:29.1842471Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32856409565-1-kEpDgR
2026-08-25T14:29:29.1842951Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32856409565-1-kEpDgR
2026-08-25T14:29:29.1843382Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32856409565-1-kEpDgR
2026-08-25T14:29:29.1843803Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32856409565-1-kEpDgR
2026-08-25T14:29:29.1844132Z ##[endgroup]
2026-08-25T14:29:29.2478160Z Syncing repository: SaberMage/spt-shell-notify
2026-08-25T14:29:29.2481975Z ##[group]Getting Git version info
2026-08-25T14:29:29.2482480Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-25T14:29:29.2504488Z [command]/usr/bin/git version
2026-08-25T14:29:29.2569590Z git version 2.43.0
2026-08-25T14:29:29.2586685Z ##[endgroup]
2026-08-25T14:29:29.2593597Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/db831ce8-f59b-4231-a5da-99138c98fe12/.gitconfig'
2026-08-25T14:29:29.2600505Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/db831ce8-f59b-4231-a5da-99138c98fe12' before making global git config changes
2026-08-25T14:29:29.2601193Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T14:29:29.2603541Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-25T14:29:29.2629807Z ##[group]Initializing the repository
2026-08-25T14:29:29.2632573Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-25T14:29:29.2658340Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-25T14:29:29.2658913Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-25T14:29:29.2659495Z hint: of your new repositories, which will suppress this warning, call:
2026-08-25T14:29:29.2659863Z hint: 
2026-08-25T14:29:29.2660149Z hint: 	git config --global init.defaultBranch <name>
2026-08-25T14:29:29.2660474Z hint: 
2026-08-25T14:29:29.2660794Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-25T14:29:29.2661845Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-25T14:29:29.2662227Z hint: 
2026-08-25T14:29:29.2662442Z hint: 	git branch -m <name>
2026-08-25T14:29:29.2662975Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-25T14:29:29.2670151Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-25T14:29:29.2692367Z ##[endgroup]
2026-08-25T14:29:29.2692774Z ##[group]Disabling automatic garbage collection
2026-08-25T14:29:29.2694899Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T14:29:29.2718332Z ##[endgroup]
2026-08-25T14:29:29.2718706Z ##[group]Setting up auth
2026-08-25T14:29:29.2723858Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T14:29:29.2749413Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-25T14:29:29.2932960Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T14:29:29.2957037Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-25T14:29:29.3143834Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T14:29:29.3168303Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T14:29:29.3354365Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T14:29:29.3383732Z ##[endgroup]
2026-08-25T14:29:29.3384132Z ##[group]Determining the default branch
2026-08-25T14:29:29.3386746Z Retrieving the default branch name
2026-08-25T14:29:29.7491941Z Default branch 'main'
2026-08-25T14:29:29.7492990Z ##[endgroup]
2026-08-25T14:29:29.7493385Z ##[group]Fetching the repository
2026-08-25T14:29:29.7497454Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-25T14:29:30.7003142Z From https://github.com/SaberMage/spt-shell-notify
2026-08-25T14:29:30.7003842Z  * [new branch]      main       -> origin/main
2026-08-25T14:29:30.7027944Z ##[endgroup]
2026-08-25T14:29:30.7028527Z ##[group]Determining the checkout info
2026-08-25T14:29:30.7031108Z ##[endgroup]
2026-08-25T14:29:30.7036526Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T14:29:30.7116586Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T14:29:30.7149796Z ##[group]Checking out the ref
2026-08-25T14:29:30.7152926Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-25T14:29:30.7188465Z Switched to a new branch 'main'
2026-08-25T14:29:30.7188761Z branch 'main' set up to track 'origin/main'.
2026-08-25T14:29:30.7192436Z ##[endgroup]
2026-08-25T14:29:30.7224519Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T14:29:30.7245744Z ee2d37eadc730c0019e0af82d683074c509634a2
